It was only added for the fallback app menu in headerbars, which
has been removed in the meantime.
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (menu_button->button), FALSE);
}
-void
-gtk_menu_button_add_child (GtkMenuButton *menu_button,
- GtkWidget *new_child)
-{
- gtk_button_set_child (GTK_BUTTON (menu_button->button), new_child);
-}
-
/**
* gtk_menu_button_set_create_popup_func:
* @menu_button: a #GtkMenuButton
G_BEGIN_DECLS
-void gtk_menu_button_add_child (GtkMenuButton *button,
- GtkWidget *child);
-
G_END_DECLS
#endif /* __GTK_MENU_BUTTON_PRIVATE_H__ */